home *** CD-ROM | disk | FTP | other *** search
-
- ;
- ;|=====================================================================|
- ;| |
- ;| SDIR - Sorted DIRectory Version 2.00 |
- ;| |
- ;|---------------------------------------------------------------------|
- ;| |
- ;| SDIR [d:][path][filespec][options] |
- ;| |
- ;| where [filespec] is the same |
- ;| as for the DIR command, i.e., |
- ;| [filespec] = [filename[.ext]] |
- ;| |
- ;| |
- ;| [options] * /A - Don't list hidden files. |
- ;| * /E - Without screen erase. |
- ;| * /P - Don't pause when screen full. |
- ;| /X - Sort by extension. |
- ;| /S - Sort by size. |
- ;| /D - Sort by date/time. |
- ;| /N - Do not sort, original order. |
- ;| |
- ;| * - Option may be combined with other options. |
- ;| |
- ;| |
- ;| DEFAULT: *.* sorted by name.ext with screen erase, |
- ;| screen pause, and displaying hidden, |
- ;| system, and read-only file attributes |
- ;| where *.* is within the current directory. |
- ;| |
- ;|---------------------------------------------------------------------|
- ;| |
- ;| NOTE: Support for MS/PC-DOS versions 1.0 and 1.1 |
- ;| is no longer available for this product. |
- ;| |
- ;|---------------------------------------------------------------------|
- ;| |
- ;| (C)Copyright Lansing Area Netweaving Society 1985 |
- ;| |
- ;|=====================================================================|
- ;
-